type github.com/jackc/pgx/v5/pgtype.wrapByteSliceScanPlan

4 uses

	github.com/jackc/pgx/v5/pgtype (current package)
		pgtype.go#L651: 		return &wrapByteSliceScanPlan{}, (*byteSliceWrapper)(target), true
		pgtype.go#L877: type wrapByteSliceScanPlan struct {
		pgtype.go#L881: func (plan *wrapByteSliceScanPlan) SetNext(next ScanPlan) { plan.next = next }
		pgtype.go#L883: func (plan *wrapByteSliceScanPlan) Scan(src []byte, dst any) error {